func golang.org/x/net/internal/httpsfv.isAlpha

5 uses

	golang.org/x/net/internal/httpsfv (current package)
		httpsfv.go#L21: func isAlpha(b byte) bool {
		httpsfv.go#L38: 	if isAlpha(b) || isDigit(b) {
		httpsfv.go#L443: 	if len(s) == 0 || (!isAlpha(s[0]) && s[0] != '*') {
		httpsfv.go#L478: 		if ch := s[i]; !isAlpha(ch) && !isDigit(ch) && !slices.Contains([]byte("+/="), ch) {
		httpsfv.go#L652: 	case ch == '*' || isAlpha(ch):